'Declaration
<DispIdAttribute(123)> Function GetTableCount( _ ByVal OCRResultID As String _ ) As Integer
[DispId(123)] int GetTableCount( string OCRResultID )
function GetTableCount( OCRResultID: String ): Integer;
DispIdAttribute(123) function GetTableCount( OCRResultID : String ) : int;
[DispId(123)] int GetTableCount( string* OCRResultID )
[DispId(123)] int GetTableCount( String^ OCRResultID )
Parameters
- OCRResultID